home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbdatabs / _ccindex next >
Text File  |  1998-10-30  |  3KB  |  97 lines

  1. #######################
  2. #### Start of File ####                                         
  3. #######################
  4. # ---------------------------------------------------------------
  5. # User configuration file
  6. # ---------------------------------------------------------------
  7. # Set the path to this file in the environment or leave this file
  8. # in the program's working directory.
  9.  
  10. # ===============================================================
  11. # Database file to open when application start 
  12. # ===============================================================
  13. # Do not use any file extensions when creating or opening file.
  14. # Both data and index will share the same name with different
  15. # file extensions. The data file will have a .pod extension and 
  16. # the index file will have a .btx extension.
  17. # ===============================================================
  18. DBFileName=../db_files/ccindex
  19. # ===============================================================
  20.  
  21. # ===============================================================
  22. # Enable/Disable Admin user privileges 
  23. # ===============================================================
  24. # Valid entries are FALSE the disable or TRUE to enable. If 
  25. # enabled the user will be allowed to add, change, or delete 
  26. # entries. Will default to FALSE if no valid entry is found.
  27. # ===============================================================
  28. AdminUser=TRUE
  29. # ===============================================================
  30.  
  31. # ===============================================================
  32. # Set the path to a welcome message
  33. # ===============================================================
  34. WelcomeMessageFile=welcome.txt
  35. # ===============================================================
  36.  
  37. # PostScript Setup
  38. # ===============================================================
  39. # Name of the document header
  40. psDocumentName=Card File
  41.  
  42. # Maximum string length of entry fields
  43. CellLength=25
  44.  
  45. # Font size for the item bar and the cells
  46. FontSize=10.0
  47.  
  48. # Page orientation: LANDSCAPE or PORTRAIT
  49. Orientation=PORTRAIT
  50.  
  51. # Paper size: LETTER, LEGAL, TABLOID, A3, or A4  
  52. PaperSize=LETTER
  53.  
  54. # Font types: COURIER, COURIER_BOLD, COURIER_OBLIQUE, or COURIER_BOLD_OBLIQUE 
  55. ItemBarFont=COURIER_BOLD_OBLIQUE
  56. CellFont=COURIER
  57.  
  58. # Maximum cards per page (Assuming portrait on 8.5" x 11" paper)
  59. CardsPerPage=2
  60.  
  61. # Spaces between cards in inches 
  62. CardSpacing=1.0
  63. # ===============================================================
  64.  
  65. # Default values for wxWindows MSW style printing
  66. # ===============================================================
  67. # Name of the document header
  68. mswpDocumentName=Card File
  69.  
  70. # Maximum cards per page (Assuming portrait on 8.5" x 11" paper)
  71. mswpCardsPerPage=2
  72.  
  73. # Maximum string length of entry fields
  74. mswpCellLength=25
  75.  
  76. # Font size for the object data and entry fields
  77. mswpFontSize=10
  78.  
  79. # Left margin in logical units (Approximately 20 per inch)
  80. mswpLeftMargin=20
  81.  
  82. # Spaces between cards in logical units (Approximately 20 per inch)
  83. mswpCardSpacing=20
  84.  
  85. # Page orientation: LANDSCAPE or PORTRAIT
  86. mswpOrientation=PORTRAIT
  87.  
  88. # Font family type for item bar and object data. Valid entries are:
  89. # SWISS, ROMAN, DECORATIVE, MODERN, SCRIPT, SYSTEM 
  90. mswpFont=SWISS
  91. # ===============================================================
  92.  
  93. # ---------------------------------------------------------------
  94. #####################
  95. #### End of File ####
  96. #####################
  97.